WebRtcIpHandlingPolicy

The media performance/privacy tradeoffs which affect how WebRTC traffic will be routed and how much local address information will be exposed.

Entries

Link copied to clipboard

This is the default behavior. Currently, WebRTC has the right to enumerate all interfaces and bind them to discover public interfaces.

Link copied to clipboard

WebRTC should only use the default route used by HTTP. This doesn't expose any local addresses.

Link copied to clipboard

WebRTC should only use the default route used by HTTP. This also exposes the associated default private address. Default route is the route chosen by the OS on a multi-homed endpoint.

Link copied to clipboard

WebRTC should only use TCP to contact peers or servers unless the proxy server supports UDP. This doesn't expose any local addresses either.

Functions

Link copied to clipboard
public static WebRtcIpHandlingPolicy valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.